ArcPad Style File Schema
LISTITEM Element
See Also  Send comments on this topic.
ArcPad Style File Schema : LISTITEM Element

Glossary Item Box

Description

Used to define an item in a ComboBox or ListBox form control.

Diagram

LISTITEM Element

Overview

LISTITEM
Used to define an item in a ComboBox or ListBox form control.
text required xs:string
value required xs:string
The value associated with the text.

Attributes

NameTypeUseDefaultFixedDescription
textxs:stringrequired   
valuexs:stringrequired  The value associated with the text.

Examples

Source

<xs:element name="LISTITEM" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define an item in a ComboBox or ListBox form control.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute ref="text" use="required" />
    <xs:attribute ref="value" use="required" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.